/* MLK main stylesheet */

/* ========== global styles and layout ========== */
* {
    margin: 0;
    padding: 0;
    outline: none;
}
.left { float: left;}
.right { float: right;}
.clear {
    clear: both;
    height: 0.01%;
}
body {
    background: url('/atf/cf/{4f614b85-cddb-454b-a7b5-3724da858806}/BG.JPG') no-repeat center top #000033;
    font: 12px 'Arial';
    color: #666;
}
a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
a:hover {
    color: #96672d;
}
a img {
    border: none;
}
#wrapper {
    width: 802px;
    margin: 48px auto 0;
}
#header {
    background: #fff;
    height: 239px;
}
#bodyArea {
    background: #fff;
    width: 802px;
}
#sideColumn {
    width: 204px;
    padding-left: 1px;
    z-index: 30;
    position: relative;
}
#content {
    z-index: 20;
    width: 540px;
    min-height: 563px;
    padding: 20px;
    position: relative;
}
#contentBottom {
    background: url('/atf/cf/{4f614b85-cddb-454b-a7b5-3724da858806}/CONTENT-BOTTOM.JPG') repeat-x;
    width: 802px;
    height: 400px;
    display: block;
    z-index: 10;
    margin-top: -390px;
    position: relative;
}
#footer {
    color: #ccc;
    padding: 20px;
    font-size: 11px;
}
/* end global styles and layout ========== */

/* ========== left column ========== */
#nav {
    width: 199px;
}
#nav li {
    list-style: none;
    margin-left: 1px;
}
#nav li a {
    background: url('/atf/cf/{4f614b85-cddb-454b-a7b5-3724da858806}/NAVIGATION.PNG') top no-repeat #d0d0d0;
    display: block;
    width: 181px;
    padding: 0 8px;
    border: solid 1px #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    min-height: 22px;
    padding: 20px 8px 10px;
}
#nav li a:hover, #nav li a.selected {
    background: url('/atf/cf/{4f614b85-cddb-454b-a7b5-3724da858806}/NAVIGATION.PNG') bottom no-repeat #d0d0d0;
    color: #96672d;
}
#nav li ul {
    display: none;
    position: absolute;
}
#nav li ul li a {
    background: #d0d0d0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 8px;
}
#socialNetworks p {
    font-size: 17px;
    text-align: center;
    margin: 18px 0;
}
#socialNetworks a {
    margin-left: 12px;
}
#sidebarDonate {
    display: block;
    height: 34px;
    margin: 50px 38px 38px;
    width: 132px;
}
/* end left column ========== */

/* ========== body content ========== */
h1 {
    font-weight: bold;
    font-size: 26px;
    color: #33338c;
    margin-bottom: 25px;
}
h2 {
    font-weight: normal;
    font-size: 18px;
    color: #96672d;
    text-transform: uppercase;
    margin-top: 25px;
}
#content p {
    margin: 12px 0;
}
#content ul, #content ol {
    margin: 12px;
    margin-left: 25px;
}
.tab {
    padding: 8px;
    border: solid 1px #9595CC;
    background: #DBDBFF;
    margin-right: 3px;
    font-size: 14px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}
#tabWrapper .selected {
    border-bottom: solid 1px #fff;
    cursor: default;
    background: #fff;
    
}
.tabContent {
    border-top: solid 1px #9595CC;
    margin-top: -1px;
}
.accordion {
    margin-bottom: 50px;
}
.accordion h3 {
line-height: 30px;
background: url('/atf/cf/{4f614b85-cddb-454b-a7b5-3724da858806}/ACCORDION.JPG') repeat-x;
color: #000;
font-weight: normal;
font-size: 14px;
padding-left: 8px;
cursor: pointer;
}
a.button {
background: #33338c;
color: #fff;
padding: 5px;
margin: 5px;
border: solid 3px #999;
cursor: pointer;
}
a.button:hover {
background: #96672d;
border: solid 3px #70450F; 
}
td {
vertical-align: top;
}
.CTtablein .CTodd td, .CTtablein .CTeven td, .CTtablein .subrow td {
padding-bottom: 10px;
}
.CTtablein .CTodd td:first-child, .CTtablein .CTeven td:first-child {
font-weight: bold;
padding-right: 8px;
}
.CTtablein .subrow td:first-child {
padding-right: 8px;
}
.CTtablein input[type="checkbox"] {
margin: 5px;
}
.CTsubtitle td {
padding-bottom: 12px;
}
/* end body content ========== */